home *** CD-ROM | disk | FTP | other *** search
- Path: news.voyager.net!news
- From: sence@ava.taby.se (Bjorn Osterman)
- Newsgroups: comp.lang.c++
- Subject: Wildcards and strcmp.
- Date: Sun, 07 Apr 1996 14:42:00 GMT
- Organization: The Gymnasium
- Message-ID: <3167d30c.24681843@vixa.voyager.net>
- Reply-To: sence@ava.taby.se
- NNTP-Posting-Host: vixa.voyager.net
- X-Newsreader: Forte Agent .99d/32.182
-
- Is there a function where you can compare a string and a
- wildcard-string like?
-
- PowerStringCompare("C?ri*","Christ" ) would return TRUE
- PowerStringCompare("C?ri*","Chrises") would return TRUE
- PowerStringCompare("C?ri*","Borland") would return FALSE
-
-
-
- // bjorn@ava.taby.se
- // http://www.ava.taby.se/www/sence
-